home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / kbd / README.Euro < prev    next >
Text File  |  2008-09-25  |  4KB  |  118 lines

  1.              EURO PACK for Linux, version 1.3
  2.              ********************************
  3.         Copyright (c) 1998, Guylhem AZNAR <guylhem@oeil.qc.ca>, GPL
  4.  
  5.  
  6. 0. CONTENT
  7. **********
  8.  
  9. You will find here :
  10. * fr-latin0.map : French-Latin0 keymap for linux-console
  11. * fr-latin0.xmod : French-Latin0 keymap for X11-xmodmap
  12. * fr-latin0 : French-Latin0 keymap for X11-xkb
  13. * other-latin0.map : Generic Latin0 keymap for linux-console
  14. * other-latin0.xmod : Generic Latin0 keymap for X11-xmodmap
  15. * .psf files : Latin0 fonts for linux-console
  16. * .bdf files : Latin0 fonts for X11
  17. * 2 .gif files to visually explain the few differences between latin0 &
  18. latin1, 99% compatible.
  19.  
  20. 1. HOWTO
  21. ********
  22.  
  23. French AZERTY specific informations are only available in LISEZMOI, since
  24. an heavy majority of AZERTY keyboards users are french speaking like me :)
  25.  
  26. 1.1 UNDER LINUX-CONSOLE
  27. ***********************
  28.  
  29. For example with lat0-16.psf (or another psf) :
  30.  
  31.         setfont ./lat0-16.psf
  32.  
  33. Eventually reload your national keymap first, for example US users will type :
  34.  
  35.         loadkeys us.map
  36.  
  37. While German users will type :
  38.  
  39.         loadkeys de.map
  40.  
  41. Now load latin0 keymap :
  42.  
  43.         loadkeys ./other-latin0.map
  44.  
  45. You can now input latin0 text under linux-console, provided that your shell
  46. is 8bit clean, else please read Danish HOWTO.
  47.  
  48. In order to support 8bit, Alt key right to your spacebar has been remapped
  49. to AltGr, which will be used as a modifier like Shift :
  50.  
  51.         Press AltGr, press E, then release E and release AltGr :
  52. you will output an euro currency symbol.
  53.  
  54.         You can do the same with C to output a cent, this is
  55. notated AltGr (e) = euro & AltGr (c) = cent
  56.  
  57. Home, End, Delete, Backspace have been corrected and "windows" keys have
  58. been mapped to switch from a virtual console to another.
  59.  
  60. Moreover, "compose" sequences have been added : just prefix a key with
  61. compose key (SysReq) to output other latin0 chars, for example :
  62.  
  63.     SysReq (o) (e) will output oe ligature (for example german poet Goethe)
  64.     SysReq (") (Y) will output uppercase Y diaeresis (for french and dutch) 
  65.     SysReq (/) (o) will output lowercase o slash (for danish and norwegian)
  66.         SysReq (^) (s) will output lowercase s reverse circumflex (for finnish)
  67.     SysReq (^) (Z) will output uppercase Z reverse circumflex (for finnish)
  68.  
  69. 1.2 UNDER X11
  70. *************
  71.  
  72. As root, for example with Xlat0-10x20.pcf (or another pcf) please type :
  73.  
  74.         bdftopcf Xlat0-10x20.pcf > Xlat0-10x20-lat0.pcf
  75.         gzip Xlat0-10x20-lat0.pcf
  76.         mv Xlat0-10x20-lat0.pcf.gz /usr/X11R6/lib/X11/fonts/misc
  77.         mkfontdir /usr/X11R6/lib/X11/fonts/misc
  78.  
  79. US and xkb X11 extensions users will type :
  80.  
  81.         cp other-latin0.xmod /usr/X11R6/lib/X11/xinit/Xmodmap
  82.         cp other-latin0.xmod ~/.Xmodmap
  83.         cp other-latin0.xmod ~/.Xmodmap
  84.  
  85. While people who best like xmodmap or already have a working ~/.Xmodmap
  86. will type :
  87.  
  88.         cat other-latin0.xmod >> /usr/X11R6/lib/X11/xinit/Xmodmap
  89.         cat other-latin0.xmod >> ~/.Xmodmap
  90.  
  91. Then either restart X or type :
  92.  
  93.         xset +fp /usr/X11R6/lib/X11/fonts/misc
  94.  
  95. And if xmodmap isn't automatically launched on startup, type :
  96.  
  97.         xmodmap ~/.Xmodmap
  98.  
  99. To select Latin0 fonts, run xfontsel and look for iso8859-15 encodings.
  100.  
  101. Or even simpler, just type :
  102.  
  103.     grep Xlat0-10x20-lat0.pcf /usr/X11R6/lib/X11/fonts/misc/fonts*
  104.  
  105. Then use the second parameter as an argument for xiterm or rxvt font :
  106.  
  107.     xiterm -fn -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15
  108.  
  109. 2. FEEDBACK
  110. ***********
  111.  
  112. I am interested by all kind of feedback, either positive or negative.
  113.  
  114. Please tell me eventual bugs you could find and if you appreciate my work !
  115.  
  116.                     Guylhem Aznar <guylhem@oeil.qc.ca>
  117.                     or <guylhem@barberouge.linux.lmm.com>
  118.